runtime.waitReason.isMutexWait (method)

3 uses

	runtime (current package)
		proc.go#L1239: 		if !gp.waitreason.isMutexWait() {
		proc.go#L1254: 		if !gp.waitreason.isMutexWait() {
		runtime2.go#L1150: func (w waitReason) isMutexWait() bool {